home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / reswtch2 / reswatch.dfm / reswatch.txt
Text File  |  1995-12-22  |  10KB  |  382 lines

  1. object RWMain: TRWMain
  2.   Left = 219
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Resource Watcher'
  7.   ClientHeight = 110
  8.   ClientWidth = 280
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object RWMainPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 280
  20.     Height = 110
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     Caption = 'RWMainPanel'
  24.     TabOrder = 0
  25.     object TPanel
  26.       Left = 2
  27.       Top = 69
  28.       Width = 276
  29.       Height = 39
  30.       Align = alClient
  31.       BevelInner = bvLowered
  32.       BorderStyle = bsSingle
  33.       TabOrder = 0
  34.       object FreeMemLabel: TLabel
  35.         Left = 4
  36.         Top = 3
  37.         Width = 99
  38.         Height = 15
  39.         Caption = 'Total Free Memory'
  40.         Font.Color = clBlack
  41.         Font.Height = -11
  42.         Font.Name = 'Century Schoolbook'
  43.         Font.Style = []
  44.         ParentFont = False
  45.       end
  46.       object FreeMemSize: TLabel
  47.         Left = 148
  48.         Top = 3
  49.         Width = 3
  50.         Height = 15
  51.         Font.Color = clBlack
  52.         Font.Height = -11
  53.         Font.Name = 'Century Schoolbook'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object ContigFreeLabel: TLabel
  58.         Left = 4
  59.         Top = 19
  60.         Width = 132
  61.         Height = 15
  62.         Caption = 'Contiguous Free Memory'
  63.         Font.Color = clBlack
  64.         Font.Height = -11
  65.         Font.Name = 'Century Schoolbook'
  66.         Font.Style = []
  67.         ParentFont = False
  68.       end
  69.       object ContigFreeSize: TLabel
  70.         Left = 148
  71.         Top = 19
  72.         Width = 3
  73.         Height = 15
  74.         Font.Color = clBlack
  75.         Font.Height = -11
  76.         Font.Name = 'Century Schoolbook'
  77.         Font.Style = []
  78.         ParentFont = False
  79.       end
  80.       object AboutButton: TBitBtn
  81.         Left = 244
  82.         Top = 6
  83.         Width = 25
  84.         Height = 25
  85.         Hint = 'About'
  86.         ParentShowHint = False
  87.         ShowHint = True
  88.         TabOrder = 0
  89.         OnClick = AboutButtonClick
  90.         Kind = bkHelp
  91.         Style = bsNew
  92.       end
  93.     end
  94.     object Panel4: TPanel
  95.       Left = 2
  96.       Top = 2
  97.       Width = 276
  98.       Height = 67
  99.       Align = alTop
  100.       TabOrder = 1
  101.       object Panel5: TPanel
  102.         Left = 119
  103.         Top = 1
  104.         Width = 156
  105.         Height = 65
  106.         Align = alRight
  107.         BevelInner = bvLowered
  108.         BevelOuter = bvNone
  109.         BorderStyle = bsSingle
  110.         Caption = 'Panel5'
  111.         TabOrder = 0
  112.         object SystemPanel: TPanel
  113.           Left = 1
  114.           Top = 1
  115.           Width = 152
  116.           Height = 20
  117.           Align = alTop
  118.           BevelInner = bvLowered
  119.           BevelOuter = bvLowered
  120.           Caption = 'SystemPanel'
  121.           TabOrder = 0
  122.           object SystemGauge: TGauge
  123.             Left = 2
  124.             Top = 2
  125.             Width = 148
  126.             Height = 16
  127.             Align = alClient
  128.             Color = clBtnFace
  129.             Caption = 'System'
  130.             ShowText = True
  131.             Font.Color = clYellow
  132.             Font.Height = -11
  133.             Font.Name = 'Century Schoolbook'
  134.             Font.Style = [fsBold]
  135.             BorderStyle = bsNone
  136.             ForeColor = clBlue
  137.             BackColor = clBtnFace
  138.             ParentColor = False
  139.             ParentFont = False
  140.             Progress = 0
  141.           end
  142.         end
  143.         object GDIPanel: TPanel
  144.           Left = 1
  145.           Top = 41
  146.           Width = 152
  147.           Height = 21
  148.           Align = alTop
  149.           BevelInner = bvLowered
  150.           BevelOuter = bvLowered
  151.           Caption = 'GDIPanel'
  152.           TabOrder = 1
  153.           object GDIGauge: TGauge
  154.             Left = 2
  155.             Top = 2
  156.             Width = 148
  157.             Height = 17
  158.             Align = alClient
  159.             Color = clBtnFace
  160.             Caption = 'GDI'
  161.             ShowText = True
  162.             Font.Color = clLime
  163.             Font.Height = -11
  164.             Font.Name = 'Century Schoolbook'
  165.             Font.Style = [fsBold]
  166.             BorderStyle = bsNone
  167.             ForeColor = clFuchsia
  168.             BackColor = clBtnFace
  169.             ParentColor = False
  170.             ParentFont = False
  171.             Progress = 0
  172.           end
  173.         end
  174.         object UserPanel: TPanel
  175.           Left = 1
  176.           Top = 21
  177.           Width = 152
  178.           Height = 20
  179.           Align = alTop
  180.           BevelInner = bvLowered
  181.           BevelOuter = bvLowered
  182.           Caption = 'UserPanel'
  183.           TabOrder = 2
  184.           object UserGauge: TGauge
  185.             Left = 2
  186.             Top = 2
  187.             Width = 148
  188.             Height = 16
  189.             Align = alClient
  190.             Color = clBtnFace
  191.             Caption = 'User'
  192.             ShowText = True
  193.             Font.Color = clAqua
  194.             Font.Height = -11
  195.             Font.Name = 'Century Schoolbook'
  196.             Font.Style = [fsBold]
  197.             BorderStyle = bsNone
  198.             ForeColor = clRed
  199.             BackColor = clBtnFace
  200.             ParentColor = False
  201.             ParentFont = False
  202.             Progress = 0
  203.           end
  204.         end
  205.       end
  206.       object Panel6: TPanel
  207.         Left = 1
  208.         Top = 1
  209.         Width = 118
  210.         Height = 65
  211.         Align = alClient
  212.         BevelInner = bvLowered
  213.         BevelOuter = bvNone
  214.         BorderStyle = bsSingle
  215.         Caption = 'Panel6'
  216.         TabOrder = 1
  217.         object CPULabel: TLabel
  218.           Left = 1
  219.           Top = 1
  220.           Width = 114
  221.           Height = 16
  222.           Align = alTop
  223.           Caption = 'CPU: '
  224.           Font.Color = clBlack
  225.           Font.Height = -11
  226.           Font.Name = 'Century Schoolbook'
  227.           Font.Style = []
  228.           ParentFont = False
  229.         end
  230.         object WinVerLabel: TLabel
  231.           Left = 1
  232.           Top = 17
  233.           Width = 114
  234.           Height = 16
  235.           Align = alTop
  236.           Caption = 'Win Ver: '
  237.           Font.Color = clBlack
  238.           Font.Height = -11
  239.           Font.Name = 'Century Schoolbook'
  240.           Font.Style = []
  241.           ParentFont = False
  242.         end
  243.         object DosVerLabel: TLabel
  244.           Left = 1
  245.           Top = 33
  246.           Width = 114
  247.           Height = 15
  248.           Align = alTop
  249.           Caption = 'Dos Ver: '
  250.           Font.Color = clBlack
  251.           Font.Height = -11
  252.           Font.Name = 'Century Schoolbook'
  253.           Font.Style = []
  254.           ParentFont = False
  255.         end
  256.         object TasksLabel: TLabel
  257.           Left = 1
  258.           Top = 48
  259.           Width = 114
  260.           Height = 14
  261.           Align = alClient
  262.           Caption = 'Tasks: '
  263.           Font.Color = clBlack
  264.           Font.Height = -11
  265.           Font.Name = 'Century Schoolbook'
  266.           Font.Style = []
  267.           ParentFont = False
  268.         end
  269.       end
  270.     end
  271.   end
  272.   object ResourceTimer: TTimer
  273.     Interval = 500
  274.     OnTimer = ResourceTimerTimer
  275.     Left = 60
  276.     Top = 4
  277.   end
  278.   object SystemInfo1: TSystemInfo
  279.     WindowsVersion = '3.10'
  280.     DOSVersion = '6.22'
  281.     CoProPresent = True
  282.     CPU = iPentiumCPU
  283.     CPUString = 'Pentium'
  284.     DiskFree.DiskA = -1
  285.     DiskFree.DiskB = -1
  286.     DiskFree.DiskC = 22872064
  287.     DiskFree.DiskD = 168542208
  288.     DiskFree.DiskE = -1
  289.     DiskFree.DiskF = -1
  290.     DiskFree.DiskG = -1
  291.     DiskFree.DiskH = -1
  292.     DiskFree.DiskI = -1
  293.     DiskFree.DiskJ = -1
  294.     DiskFree.DiskK = -1
  295.     DiskFree.DiskL = -1
  296.     DiskFree.DiskM = -1
  297.     DiskFree.DiskN = -1
  298.     DiskFree.DiskO = -1
  299.     DiskFree.DiskP = -1
  300.     DiskFree.DiskQ = -1
  301.     DiskFree.DiskR = -1
  302.     DiskFree.DiskS = -1
  303.     DiskFree.DiskT = -1
  304.     DiskFree.DiskU = -1
  305.     DiskFree.DiskV = -1
  306.     DiskFree.DiskW = -1
  307.     DiskFree.DiskX = -1
  308.     DiskFree.DiskY = -1
  309.     DiskFree.DiskZ = -1
  310.     DiskTotal.DiskA = -1
  311.     DiskTotal.DiskB = -1
  312.     DiskTotal.DiskC = 427343872
  313.     DiskTotal.DiskD = 425533440
  314.     DiskTotal.DiskE = -1
  315.     DiskTotal.DiskF = -1
  316.     DiskTotal.DiskG = -1
  317.     DiskTotal.DiskH = -1
  318.     DiskTotal.DiskI = -1
  319.     DiskTotal.DiskJ = -1
  320.     DiskTotal.DiskK = -1
  321.     DiskTotal.DiskL = -1
  322.     DiskTotal.DiskM = -1
  323.     DiskTotal.DiskN = -1
  324.     DiskTotal.DiskO = -1
  325.     DiskTotal.DiskP = -1
  326.     DiskTotal.DiskQ = -1
  327.     DiskTotal.DiskR = -1
  328.     DiskTotal.DiskS = -1
  329.     DiskTotal.DiskT = -1
  330.     DiskTotal.DiskU = -1
  331.     DiskTotal.DiskV = -1
  332.     DiskTotal.DiskW = -1
  333.     DiskTotal.DiskX = -1
  334.     DiskTotal.DiskY = -1
  335.     DiskTotal.DiskZ = -1
  336.     DiskType.DiskA = dtFloppy
  337.     DiskType.DiskB = dtUnknown
  338.     DiskType.DiskC = dtFixed
  339.     DiskType.DiskD = dtFixed
  340.     DiskType.DiskE = dtCDROM
  341.     DiskType.DiskF = dtFloppy
  342.     DiskType.DiskG = dtUnknown
  343.     DiskType.DiskH = dtUnknown
  344.     DiskType.DiskI = dtUnknown
  345.     DiskType.DiskJ = dtUnknown
  346.     DiskType.DiskK = dtUnknown
  347.     DiskType.DiskL = dtUnknown
  348.     DiskType.DiskM = dtUnknown
  349.     DiskType.DiskN = dtUnknown
  350.     DiskType.DiskO = dtUnknown
  351.     DiskType.DiskP = dtUnknown
  352.     DiskType.DiskQ = dtUnknown
  353.     DiskType.DiskR = dtUnknown
  354.     DiskType.DiskS = dtUnknown
  355.     DiskType.DiskT = dtUnknown
  356.     DiskType.DiskU = dtUnknown
  357.     DiskType.DiskV = dtUnknown
  358.     DiskType.DiskW = dtUnknown
  359.     DiskType.DiskX = dtUnknown
  360.     DiskType.DiskY = dtUnknown
  361.     DiskType.DiskZ = dtUnknown
  362.     FreeHeap = 18733112
  363.     FreeFileHandles = 112
  364.     ContigFreeHeap = 10170368
  365.     PcntFreeSystemRes = 37
  366.     PcntFreeGDIRes = 37
  367.     PcntFreeUserRes = 47
  368.     Mode = wmEnhanced
  369.     TasksRunning = 7
  370.     SystemDirectory = 'C:\WINDOWS\SYSTEM'
  371.     ScreenWidth = 640
  372.     ScreenHeight = 480
  373.     ScreenPixelsPerInch = 96
  374.     WindowsDirectory = 'C:\WINDOWS'
  375.     TempDrive = 'C'
  376.     UserName = 'John Q. Customer             '#0
  377.     CompanyName = '                             '#0
  378.     Left = 88
  379.     Top = 4
  380.   end
  381. end
  382.